home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / stac0193.zip / TEC014.DOC < prev    next >
Text File  |  1992-05-13  |  5KB  |  131 lines

  1.  
  2.  
  3.    I.14  DOS5.0
  4.  
  5.   DATE:       June 18, 1991
  6.   TIME:       5:11 PM
  7.  
  8.   SOURCE:         Tech Support
  9.   RELEASE STATUS: Public
  10.  
  11.   TITLE:
  12.       MS-DOS 5.0 upgrade when STACKER is installed AND boot drive is SSWAPped.
  13.  
  14.   OVERVIEW:
  15.       STACKER has been found highly compatible with MS-DOS 5.0.  This bulletin
  16.       outlines the upgrade procedure to 5.0 on a system where the boot drive
  17.       (usually C:) is SSWAPped with a STACKER volume.
  18.  
  19.   ISSUES/COMMENTS:
  20.       1) If STACKER has not yet been installed, the DOS 5.0 upgrade should be
  21.       performed first, then STACKER should be installed.
  22.  
  23.       2) If:
  24.           a) STACKER has been installed, AND
  25.           b) the boot drive (usually C:) is NOT being SSWAPped (verify via
  26.           SWAPMAP), AND
  27.           c) there is enough room on C: (2.8 MB) for the MS-DOS 5.0 files, THEN
  28.  
  29.           simply run SETUP from the diskette drive.
  30.  
  31.       It may be necessary to free up room on C: for the MS-DOS files if there is
  32.       not enough room for them.
  33.  
  34.       3) Otherwise, this procedure assumes that C: is the boot drive, and that it
  35.       is SSWAPped with a STACKER volume. Type SWAPMAP from the \STACKER directory
  36.       to verify.  It also assumes that DOS files reside in a directory called
  37.       \DOS.  All of the following steps should be taken for a successful upgrade.
  38.  
  39.   RECOMMENDED ACTIONS:
  40.       1) Boot computer as usual.  Change directory to C:\ (root).
  41.  
  42.       2) Determine names of DOS hidden files:
  43.       Type
  44.               \STACKER\SDIR C:\ /H /P
  45.  
  46.       There are two system files required by DOS; on some systems they are
  47.       MSDOS.SYS and IO.SYS; on others they are IBMBIO.COM and IBMDOS.COM.  Record
  48.       which two are listed on the screen.
  49.  
  50.       3) Install MS-DOS 5.0 to diskettes:
  51.       Regardless of density, an installation from 5.25-inch disks will require
  52.       seven diskettes; if from 3.5-inch disks, installation will require four.
  53.       The diskettes do not need to be formatted.  Insert Disk 1 to drive A:.  A
  54.       different drive may be used.  Type
  55.  
  56.               A:SETUP /F
  57.  
  58.       and follow the instructions on the screen.  BE SURE to install MS-DOS 5.0 to
  59.       diskettes that will fit the A: drive for later rebooting.
  60.  
  61.       4) Prepare to copy system files to STACKER volume:
  62.  
  63.  
  64.       Reboot from the hard drive.
  65.       Change directory to C:\STACKER.  Insert the MS-DOS 5.0 STARTUP diskette to
  66.       A:
  67.  
  68.       5) Remove attributes on MS-DOS 5.0 system files:
  69.       Type
  70.               SATTRIB -R -S -H A:\IO.SYS
  71.               SATTRIB -R -S -H A:\MSDOS.SYS
  72.  
  73.       (If UNsuccessful, SATTRIB will return a message; otherwise it will simply
  74.       return the DOS prompt.)
  75.  
  76.       6) Remove attributes on system files in STACKER volume:
  77.       Refer to the DOS system files recorded in step (2).
  78.  
  79.           a) If IO.SYS and MSDOS.SYS, type
  80.  
  81.               SATTRIB -R -S -H C:\IO.SYS
  82.               SATTRIB -R -S -H C:\MSDOS.SYS
  83.  
  84.           b) If IBMBIO.COM and IBMDOS.COM, type
  85.  
  86.               SATTRIB -R -S -H C:\IBMBIO.COM
  87.               SATTRIB -R -S -H C:\IBMDOS.COM
  88.               DEL C:\IBM???.COM
  89.  
  90.       7) Copy MS-DOS 5.0 system files to STACKER volume:
  91.       Type
  92.               COPY A:\IO.SYS C:\
  93.               COPY A:\MSDOS.SYS C:\
  94.               COPY A:\COMMAND.COM C:\
  95.               COPY A:\COMMAND.COM C:\DOS
  96.  
  97.       8) Reset attributes on diskette and STACKER volume:
  98.       Type
  99.               SATTRIB +R +S +H A:\IO.SYS
  100.               SATTRIB +R +S +H C:\IO.SYS
  101.               SATTRIB +R +S +H A:\MSDOS.SYS
  102.               SATTRIB +R +S +H C:\MSDOS.SYS
  103.  
  104.       9) Copy COMMAND.COM to drive which was C: at boot time (SWAPMAP to verify).
  105.       Type
  106.               COPY A:\COMMAND.COM <swapped drive>:\
  107.               COPY A:\COMMAND.COM <swapped drive>:\DOS
  108.  
  109.       Then REBOOT with the MS-DOS 5.0 STARTUP diskette in A:.
  110.  
  111.       10)Transfer system files to uncompressed (host) drive:
  112.       Insert the MS-DOS 5.0 SUPPORT diskette.  From A: type
  113.  
  114.               SYS C:
  115.  
  116.       It may be necessary to re-insert the STARTUP diskette.  If successful, a
  117.       "System transferred" message will display.
  118.  
  119.       11)Remove the diskette and reboot (from the hard disk).
  120.  
  121.       12)Install MS-DOS 5.0 files to hard drive:
  122.       Move (or delete) existing DOS files from the directory where they reside on
  123.       the compressed drive (usually C:\DOS) then copy in all of the MS-DOS 5.0
  124.       files; this will preserve the paths for CONFIG.SYS and AUTOEXEC.BAT.
  125.       Replace DOS files on the host volume (drive with which C: is SSWAPped
  126.  
  127.  
  128.       according to SWAPMAP) with the MS-DOS 5.0 versions.  Be sure that there is a
  129.       copy of COMMAND.COM in each DOS directory.
  130.  
  131.